home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ezdia183.zip / UPDATE.LST < prev    next >
File List  |  1995-09-22  |  621b  |  12 lines

  1. ; This command will cause the client to pass the date/time stamp
  2. ; of the file listed in the last parameter (somefile.dat) to the
  3. ; server, which in turn will locate and ZIP all files in
  4. ; K:\OTHERDIR (second parameter) that are more recent.  Any
  5. ; sub-directories below K:\OTHERDIR are also searched.  The
  6. ; resultant ZIP file is then sent to the remote and un-zipped
  7. ; into C:\SOMEDIR (first parameter) while retaining the sub-directory
  8. ; structure.  If no newer files are found, the remote caller
  9. ; gets a message that their data is already current.
  10. ;
  11. update c:\somedir k:\otherdir c:\somedir\somefile.dat
  12.